home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Kplan / inst_kplan.exe / {app} / KPlan.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2003-10-19  |  29KB  |  1,049 lines

  1. object MainForm: TMainForm
  2.   Left = 1
  3.   Top = 1
  4.   AutoScroll = False
  5.   Caption = 'Kplan'
  6.   ClientHeight = 543
  7.   ClientWidth = 790
  8.   Color = 14602961
  9.   Constraints.MinWidth = 200
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Default'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   ShowHint = True
  18.   WindowState = wsMaximized
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyUp = FormKeyUp
  23.   OnShortCut = FormShortCut
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object statusbar: TStatusBar
  27.     Left = 0
  28.     Top = 469
  29.     Width = 790
  30.     Height = 24
  31.     BiDiMode = bdLeftToRight
  32.     Color = 13285301
  33.     Panels = <
  34.       item
  35.         Alignment = taCenter
  36.         Style = psOwnerDraw
  37.         Text = 'M'#233'tag'#233'nia (www.metagenia.com)'
  38.         Width = 600
  39.       end
  40.       item
  41.         Alignment = taCenter
  42.         Style = psOwnerDraw
  43.         Width = 70
  44.       end
  45.       item
  46.         Alignment = taRightJustify
  47.         Style = psOwnerDraw
  48.         Width = 160
  49.       end>
  50.     ParentBiDiMode = False
  51.     SizeGrip = False
  52.     OnDrawPanel = statusbarDrawPanel
  53.     OnResize = statusbarResize
  54.   end
  55.   object Panelbordure_gauche: TPanel
  56.     Left = 0
  57.     Top = 22
  58.     Width = 3
  59.     Height = 447
  60.     Align = alLeft
  61.     BevelOuter = bvNone
  62.     ParentColor = True
  63.     TabOrder = 1
  64.   end
  65.   object TLB_menu: TToolBar
  66.     Left = 0
  67.     Top = 0
  68.     Width = 790
  69.     Height = 22
  70.     AutoSize = True
  71.     ButtonWidth = 83
  72.     Constraints.MinWidth = 200
  73.     EdgeBorders = []
  74.     EdgeOuter = esNone
  75.     Flat = True
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     Images = DM_metier.IL_commun
  82.     Indent = 1
  83.     List = True
  84.     ParentFont = False
  85.     ParentShowHint = False
  86.     ShowCaptions = True
  87.     ShowHint = True
  88.     TabOrder = 2
  89.     Wrapable = False
  90.     OnCustomDraw = TLB_menuCustomDraw
  91.     OnResize = TLB_menuResize
  92.     object TLB_fichier: TToolButton
  93.       Left = 1
  94.       Top = 0
  95.       AutoSize = True
  96.       Caption = '&Fichier'
  97.       Grouped = True
  98.       MenuItem = File1
  99.     end
  100.     object TLB_rapports: TToolButton
  101.       Left = 43
  102.       Top = 0
  103.       Hint = 'Commandes relatives aux rapports'
  104.       AutoSize = True
  105.       Caption = '&Rapports'
  106.       Grouped = True
  107.       MenuItem = Menu_principal_Rapports1
  108.     end
  109.     object TLB_outils: TToolButton
  110.       Left = 97
  111.       Top = 0
  112.       Hint = 'Commandes relatives au fen'#234'tres'
  113.       AutoSize = True
  114.       Caption = '&Outils'
  115.       Grouped = True
  116.       MenuItem = Menu_principal_outils
  117.     end
  118.     object TLB_fenetres: TToolButton
  119.       Left = 134
  120.       Top = 0
  121.       AutoSize = True
  122.       Caption = 'F&en'#234'tres'
  123.       Grouped = True
  124.       MenuItem = Fentres1
  125.       Visible = False
  126.     end
  127.     object TLB_aide: TToolButton
  128.       Left = 186
  129.       Top = 0
  130.       Hint = 'Menu aide'
  131.       AutoSize = True
  132.       Caption = '&?'
  133.       Grouped = True
  134.       MenuItem = Menu_principal_aide
  135.     end
  136.     object TLB_affichage: TToolButton
  137.       Left = 203
  138.       Top = 0
  139.       AutoSize = True
  140.       Caption = 'Affichage'
  141.       MenuItem = Affichage1
  142.       Visible = False
  143.     end
  144.     object TB_separ: TPaintBox
  145.       Left = 259
  146.       Top = 0
  147.       Width = 25
  148.       Height = 22
  149.       OnPaint = TB_separPaint
  150.     end
  151.     object Panel_cadre_de_vie: TPanel
  152.       Left = 284
  153.       Top = 0
  154.       Width = 369
  155.       Height = 22
  156.       BevelOuter = bvNone
  157.       ParentColor = True
  158.       TabOrder = 0
  159.       inline Cadre_vie1: TCadre_vie
  160.         Left = 0
  161.         Top = 0
  162.         Width = 369
  163.         Height = 22
  164.         Align = alClient
  165.         AutoScroll = False
  166.         Font.Charset = DEFAULT_CHARSET
  167.         Font.Color = clWindowText
  168.         Font.Height = -11
  169.         Font.Name = 'MS Sans Serif'
  170.         Font.Style = []
  171.         ParentFont = False
  172.         TabOrder = 0
  173.         inherited PM_3vies: TPopupMenu
  174.           Left = 112
  175.         end
  176.       end
  177.     end
  178.     object TB_separ2: TPaintBox
  179.       Left = 653
  180.       Top = 0
  181.       Width = 24
  182.       Height = 22
  183.       OnPaint = TB_separPaint
  184.     end
  185.     object TLB_poubelle: TToolButton
  186.       Left = 677
  187.       Top = 0
  188.       Cursor = crHandPoint
  189.       Action = DM_metier.Act_vider_poubelle
  190.       AutoSize = True
  191.       DropdownMenu = PM_poubelle
  192.       Style = tbsDropDown
  193.     end
  194.     object TLB_enregistrer: TToolButton
  195.       Left = 762
  196.       Top = 0
  197.       Cursor = crHandPoint
  198.       Action = DM_metier.Act_enregistrer
  199.       AutoSize = True
  200.       Grouped = True
  201.     end
  202.     object TLB_rapideo: TToolButton
  203.       Left = 843
  204.       Top = 0
  205.       Cursor = crHandPoint
  206.       AutoSize = True
  207.       Caption = '&Vite !!!'
  208.       DropdownMenu = PM_rapideo
  209.       ImageIndex = 46
  210.       Style = tbsDropDown
  211.       Visible = False
  212.     end
  213.     object TLB_separ: TToolButton
  214.       Left = 917
  215.       Top = 0
  216.       Width = 8
  217.       ImageIndex = 38
  218.       Style = tbsSeparator
  219.     end
  220.     object TLB_commande: TToolButton
  221.       Left = 925
  222.       Top = 0
  223.       Cursor = crHandPoint
  224.       Action = DM_metier.Act_commande
  225.       AutoSize = True
  226.       Grouped = True
  227.       ParentShowHint = False
  228.       ShowHint = True
  229.     end
  230.   end
  231.   object PC_mode_normal_diaporama: TPageControl_MTG
  232.     Left = 3
  233.     Top = 22
  234.     Width = 787
  235.     Height = 447
  236.     ActivePage = TS_KPLAN
  237.     Align = alClient
  238.     TabOrder = 3
  239.     bordure = False
  240.     object TS_KPLAN: TTabSheet
  241.       Caption = 'TS_KPLAN'
  242.       object PC_kplan: TPageControl_MTG
  243.         Left = 0
  244.         Top = 32
  245.         Width = 787
  246.         Height = 397
  247.         Hint = ' '
  248.         ActivePage = TS_documents
  249.         Align = alClient
  250.         Images = DM_metier.ImageList_onglet
  251.         TabHeight = 28
  252.         TabOrder = 0
  253.         TabWidth = 170
  254.         bordure = False
  255.         object TS_vue_generale: TTabSheet
  256.           Caption = 'Calendrier'
  257.           ImageIndex = 5
  258.           object Panel_bureau: TPanel
  259.             Left = 0
  260.             Top = 0
  261.             Width = 911
  262.             Height = 454
  263.             Align = alClient
  264.             BevelOuter = bvNone
  265.             BorderWidth = 3
  266.             Color = clWhite
  267.             TabOrder = 0
  268.             object VSplitter_left: TSplitter
  269.               Left = 3
  270.               Top = 3
  271.               Height = 448
  272.               AutoSnap = False
  273.               Visible = False
  274.             end
  275.             object VSplitter_right: TSplitter
  276.               Left = 905
  277.               Top = 3
  278.               Height = 448
  279.               Align = alRight
  280.               AutoSnap = False
  281.               Visible = False
  282.             end
  283.             object DockPanelLeft: TPanel
  284.               Left = 6
  285.               Top = 3
  286.               Width = 0
  287.               Height = 448
  288.               Align = alLeft
  289.               DockSite = True
  290.               TabOrder = 0
  291.               OnDockDrop = DockPanelLeftDockDrop
  292.               OnDockOver = DockPanelLeftDockOver
  293.               OnGetSiteInfo = DockPanelLeftGetSiteInfo
  294.               OnUnDock = DockPanelLeftUnDock
  295.             end
  296.             object dockPanelright: TPanel
  297.               Left = 908
  298.               Top = 3
  299.               Width = 0
  300.               Height = 448
  301.               Align = alRight
  302.               DockSite = True
  303.               TabOrder = 1
  304.               OnDockDrop = DockPanelLeftDockDrop
  305.               OnDockOver = DockPanelLeftDockOver
  306.               OnGetSiteInfo = DockPanelLeftGetSiteInfo
  307.               OnUnDock = DockPanelLeftUnDock
  308.             end
  309.           end
  310.         end
  311.         object TS_notes_et_activites: TTabSheet
  312.           Caption = 'Notes & Activit'#233's                     '
  313.           object Panel_activites_et_notes: TPanel
  314.             Left = 0
  315.             Top = 0
  316.             Width = 737
  317.             Height = 454
  318.             Align = alClient
  319.             BevelOuter = bvNone
  320.             BorderWidth = 3
  321.             Color = clSilver
  322.             TabOrder = 0
  323.           end
  324.         end
  325.         object TS_contacts: TTabSheet
  326.           Caption = 'Contacts              '
  327.           ImageIndex = 1
  328.           object Panel_contact: TPanel
  329.             Left = 0
  330.             Top = 0
  331.             Width = 737
  332.             Height = 454
  333.             Align = alClient
  334.             BevelOuter = bvNone
  335.             BorderWidth = 3
  336.             Color = 11522486
  337.             TabOrder = 0
  338.           end
  339.         end
  340.         object TS_documents: TTabSheet
  341.           Caption = 'Documents               '
  342.           ImageIndex = 2
  343.           object Panel_document: TPanel
  344.             Left = 0
  345.             Top = 0
  346.             Width = 787
  347.             Height = 369
  348.             Align = alClient
  349.             BevelOuter = bvNone
  350.             BorderWidth = 3
  351.             Color = 14335928
  352.             TabOrder = 0
  353.           end
  354.         end
  355.         object TS_ressources: TTabSheet
  356.           Caption = 'Ressources                '
  357.           ImageIndex = 3
  358.           object Panel_ressource: TPanel
  359.             Left = 0
  360.             Top = 0
  361.             Width = 737
  362.             Height = 454
  363.             Align = alClient
  364.             BevelOuter = bvNone
  365.             BorderWidth = 3
  366.             Color = 12045019
  367.             TabOrder = 0
  368.           end
  369.         end
  370.       end
  371.       object Panel_haut_Page_Control: TPanel
  372.         Left = 0
  373.         Top = 0
  374.         Width = 787
  375.         Height = 32
  376.         Align = alTop
  377.         BevelOuter = bvNone
  378.         BiDiMode = bdLeftToRight
  379.         ParentBiDiMode = False
  380.         ParentColor = True
  381.         TabOrder = 1
  382.         Visible = False
  383.         object ToolBar1: TToolBar
  384.           Left = 638
  385.           Top = 0
  386.           Width = 149
  387.           Align = alRight
  388.           BorderWidth = 1
  389.           ButtonWidth = 102
  390.           Caption = 'ToolBar1'
  391.           EdgeBorders = []
  392.           Flat = True
  393.           Images = DM_metier.IL_commun
  394.           List = True
  395.           ShowCaptions = True
  396.           TabOrder = 0
  397.           object TLB_tools: TToolButton
  398.             Left = 0
  399.             Top = 0
  400.             Cursor = crHandPoint
  401.             Action = DM_metier.Act_calculatrice_temporelle
  402.             AutoSize = True
  403.             DropdownMenu = PM_calculeo
  404.             Grouped = True
  405.             PopupMenu = PM_calculeo
  406.             Style = tbsDropDown
  407.           end
  408.         end
  409.       end
  410.     end
  411.     object TS_diaporama: TTabSheet
  412.       Caption = 'TS_diaporama'
  413.       ImageIndex = 1
  414.     end
  415.   end
  416.   object Panel_pour_cadre_pub: TPanel
  417.     Left = 0
  418.     Top = 493
  419.     Width = 790
  420.     Height = 50
  421.     Align = alBottom
  422.     BevelOuter = bvNone
  423.     ParentColor = True
  424.     TabOrder = 5
  425.     Visible = False
  426.   end
  427.   object Timer1: TTimer
  428.     Interval = 10000
  429.     OnTimer = Timer1Timer
  430.     Left = 104
  431.     Top = 104
  432.   end
  433.   object ImageList_menu: TImageList
  434.     Left = 71
  435.     Top = 106
  436.   end
  437.   object PM_calculeo: TPopupMenu
  438.     OwnerDraw = True
  439.     Left = 491
  440.     Top = 51
  441.     object rt1: TMenuItem
  442.       Action = DM_metier.Act_calculatrice_temporelle
  443.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  444.       OnMeasureItem = MainmenuMeasureItem
  445.     end
  446.     object Calculatrice2: TMenuItem
  447.       Action = DM_metier.Act_calculatrice_windows
  448.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  449.       OnMeasureItem = MainmenuMeasureItem
  450.     end
  451.     object abledecaractres1: TMenuItem
  452.       Action = DM_metier.Act_charmap
  453.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  454.       OnMeasureItem = MainmenuMeasureItem
  455.     end
  456.     object Tarifolatrice1: TMenuItem
  457.       Caption = 'Tarifolatrice...'
  458.       Visible = False
  459.     end
  460.     object Fricaculateur1: TMenuItem
  461.       Caption = 'Fricaculateur...'
  462.       Visible = False
  463.     end
  464.   end
  465.   object PM_rapideo: TPopupMenu
  466.     Left = 407
  467.     Top = 56
  468.     object Appeltlphonique1: TMenuItem
  469.       Caption = 'Appel t'#233'l'#233'phonique'
  470.     end
  471.     object Rendezvous1: TMenuItem
  472.       Caption = 'Rendez-vous'
  473.     end
  474.     object Avoi1: TMenuItem
  475.       Caption = 'A voir'
  476.     end
  477.     object Afaire1: TMenuItem
  478.       Caption = 'A faire'
  479.     end
  480.     object Astuces1: TMenuItem
  481.       Caption = 'Astuces'
  482.     end
  483.     object N10: TMenuItem
  484.       Caption = '-'
  485.     end
  486.     object Dictionnaire1: TMenuItem
  487.       Caption = 'Dictionnaire'
  488.     end
  489.     object FAQ1: TMenuItem
  490.       Caption = 'F.A.Q'
  491.     end
  492.   end
  493.   object ActionList1: TActionList
  494.     Images = DM_metier.IL_commun
  495.     Left = 214
  496.     Top = 124
  497.     object Act_fenetre_donnees: TAction
  498.       Caption = 'Base d'#39'objets structur'#233's...'
  499.       OnExecute = Act_fenetre_donneesExecute
  500.       OnUpdate = Act_fenetre_donneesUpdate
  501.     end
  502.     object Act_constructeur_de_requete: TAction
  503.       Caption = 'Constructeur de Requ'#234'tes...'
  504.       OnExecute = Act_constructeur_de_requeteExecute
  505.       OnUpdate = Act_constructeur_de_requeteUpdate
  506.     end
  507.     object Act_constructeur_de_modele: TAction
  508.       Caption = 'Constructeur de Mod'#232'les...'
  509.       OnExecute = Act_constructeur_de_modeleExecute
  510.       OnUpdate = Act_constructeur_de_modeleUpdate
  511.     end
  512.     object Act_assistant_klibre: TAction
  513.       Caption = 'Assistant "Gestion de la dur'#233'e des activit'#233's"...'
  514.       OnExecute = Act_assistant_klibreExecute
  515.       OnUpdate = Act_assistant_klibreUpdate
  516.     end
  517.     object Act_licence: TAction
  518.       Caption = 'Licence de Kplan...'
  519.       Hint = 'Licence...|Texte de la licence de Kplan...'
  520.       ImageIndex = 6
  521.       OnExecute = Act_licenceExecute
  522.       OnUpdate = Act_licenceUpdate
  523.     end
  524.     object Act_a_propos: TAction
  525.       Caption = 'A propos...'
  526.       Hint = 'A propos...|Fen'#234'tre '#224' propos...'
  527.       OnExecute = Act_a_proposExecute
  528.     end
  529.     object Act_acheter_kplan_plus: TAction
  530.       Caption = 'acheter Kplan PLUS'
  531.       Hint = 'Achat en ligne du logiciel Kplan PLUS'
  532.       ImageIndex = 16
  533.       OnExecute = Act_acheter_kplan_plusExecute
  534.       OnUpdate = Act_acheter_kplan_plusUpdate
  535.     end
  536.     object Act_kplan_perso: TAction
  537.       Caption = 'Kplan PERSO'
  538.       Hint = 'Informations sur le logiciel Kplan PERSO'
  539.       ImageIndex = 16
  540.       OnExecute = Act_kplan_persoExecute
  541.       OnUpdate = Act_kplan_persoUpdate
  542.     end
  543.     object Act_ouvrir_fichier: TAction
  544.       Caption = 'Ouvrir Fichier...'
  545.       Hint = 'Ouvrir...|Ouvrir un fichier'
  546.       ImageIndex = 4
  547.       ShortCut = 16463
  548.       OnExecute = Act_ouvrir_fichierExecute
  549.       OnUpdate = Act_ouvrir_fichierUpdate
  550.     end
  551.     object Act_kplan_plus: TAction
  552.       Caption = 'Kplan PLUS'
  553.       Hint = 'Informations sur le logiciel Kplan PLUS'
  554.       ImageIndex = 16
  555.       OnExecute = Act_kplan_plusExecute
  556.       OnUpdate = Act_kplan_plusUpdate
  557.     end
  558.     object Act_rafraichir: TAction
  559.       Caption = 'Act_rafraichir'
  560.       ShortCut = 116
  561.       OnExecute = Act_rafraichirExecute
  562.     end
  563.     object act_fermer: TAction
  564.       Caption = 'Fermer'
  565.       ImageIndex = 44
  566.       ShortCut = 16499
  567.       OnExecute = act_fermerExecute
  568.       OnUpdate = act_fermerUpdate
  569.     end
  570.     object Act_voter_pour_kplan: TAction
  571.       Caption = 'Votez pour %s...'
  572.       ImageIndex = 16
  573.       OnExecute = Act_voter_pour_kplanExecute
  574.       OnUpdate = Act_voter_pour_kplanUpdate
  575.     end
  576.     object Act_regles_de_gestion: TAction
  577.       Caption = 'R'#232'gles de gestion...'
  578.       OnExecute = Act_regles_de_gestionExecute
  579.       OnUpdate = Act_regles_de_gestionUpdate
  580.     end
  581.     object Act_montrer_application: TAction
  582.       Caption = 'Act_montrer_application'
  583.       ImageIndex = 13
  584.       OnExecute = Act_montrer_applicationExecute
  585.       OnUpdate = Act_montrer_applicationUpdate
  586.     end
  587.     object Act_cacher_application: TAction
  588.       Caption = 'Act_cacher_application'
  589.       ImageIndex = 12
  590.       OnExecute = Act_cacher_applicationExecute
  591.       OnUpdate = Act_cacher_applicationUpdate
  592.     end
  593.     object Act_vente: TAction
  594.       Caption = 'Act_vente'
  595.       OnExecute = Act_venteExecute
  596.       OnUpdate = Act_venteUpdate
  597.     end
  598.     object Act_mail_MTG: TAction
  599.       Caption = 'Act_mail_MTG'
  600.       OnExecute = Act_mail_MTGExecute
  601.       OnUpdate = Act_mail_MTGUpdate
  602.     end
  603.   end
  604.   object PiconeBarreTache1: TPiconeBarreTache
  605.     MenuPop = PM_barre_tache
  606.     ReduireSiFin = False
  607.     CacherSiMinimize = True
  608.     PetiteIconeVisible = True
  609.     GrandeIconeVisible = True
  610.     ApplicationCachee = False
  611.     IntervalAnimation = 1000
  612.     Animation = True
  613.     NumIconeImageList = 0
  614.     Hint = 'Kplan'
  615.     GrandeIconBlink = False
  616.     IntervalGrandeIconeBlink = 1000
  617.     OuvreSiClicGauche = True
  618.     OuvreSiDblClick = False
  619.     MenuSiClicDroit = True
  620.     MenuSiClicGauche = False
  621.     Left = 62
  622.     Top = 224
  623.   end
  624.   object PM_barre_tache: TPopupMenu
  625.     Images = DM_metier.IL_commun
  626.     MenuAnimation = [maRightToLeft]
  627.     OwnerDraw = True
  628.     Left = 94
  629.     Top = 224
  630.     object A1: TMenuItem
  631.       Action = Act_cacher_application
  632.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  633.       OnMeasureItem = MainmenuMeasureItem
  634.     end
  635.     object B1: TMenuItem
  636.       Action = Act_montrer_application
  637.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  638.       OnMeasureItem = MainmenuMeasureItem
  639.     end
  640.     object Creer_tray_activites: TMenuItem
  641.       Caption = 'Notes et Activit'#233's'
  642.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  643.       OnMeasureItem = MainmenuMeasureItem
  644.     end
  645.     object Creer_tray_contacts: TMenuItem
  646.       Caption = 'Contacts'
  647.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  648.       OnMeasureItem = MainmenuMeasureItem
  649.     end
  650.     object Creer_tray_document: TMenuItem
  651.       Caption = 'Documents'
  652.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  653.       OnMeasureItem = MainmenuMeasureItem
  654.     end
  655.     object N17: TMenuItem
  656.       Caption = '-'
  657.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  658.       OnMeasureItem = MainmenuMeasureItem
  659.     end
  660.     object Chronodatrice1: TMenuItem
  661.       Action = DM_metier.Act_calculatrice_temporelle
  662.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  663.       OnMeasureItem = MainmenuMeasureItem
  664.     end
  665.     object N16: TMenuItem
  666.       Caption = '-'
  667.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  668.       OnMeasureItem = MainmenuMeasureItem
  669.     end
  670.     object Quitter1: TMenuItem
  671.       Caption = 'Quitter'
  672.       OnClick = Quitter1Click
  673.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  674.       OnMeasureItem = MainmenuMeasureItem
  675.     end
  676.   end
  677.   object MainMenu_kplan: TMainMenu
  678.     Images = DM_metier.IL_commun
  679.     Left = 40
  680.     Top = 104
  681.     object File1: TMenuItem
  682.       Caption = '&Fichier'
  683.       object Nouveau1: TMenuItem
  684.         Caption = 'Nouveau'
  685.         ImageIndex = 24
  686.         object Fichier1: TMenuItem
  687.           Caption = 'Fichier...'
  688.           Hint = 'Nouveau fichier|Cr'#233'er et ouvrir un nouveau fichier'
  689.           ImageIndex = 30
  690.           OnClick = Fichier1Click
  691.         end
  692.         object N1: TMenuItem
  693.           Caption = '-'
  694.           Visible = False
  695.         end
  696.         object NotesetActivites1: TMenuItem
  697.           Caption = 'Notes et Activites'
  698.           Visible = False
  699.         end
  700.         object Contacts1: TMenuItem
  701.           Caption = 'Contacts'
  702.           Visible = False
  703.         end
  704.         object Documents1: TMenuItem
  705.           Caption = 'Documents'
  706.           Visible = False
  707.         end
  708.       end
  709.       object N2: TMenuItem
  710.         Caption = '-'
  711.         Visible = False
  712.       end
  713.       object Ouvrir2: TMenuItem
  714.         Action = Act_ouvrir_fichier
  715.       end
  716.       object Rouvrir1: TMenuItem
  717.         Caption = 'R'#233'ouvrir'
  718.         Enabled = False
  719.         ImageIndex = 4
  720.       end
  721.       object Fermer1: TMenuItem
  722.         Action = act_fermer
  723.       end
  724.       object N7: TMenuItem
  725.         Caption = '-'
  726.       end
  727.       object Enregistrer1: TMenuItem
  728.         Action = DM_metier.Act_enregistrer
  729.       end
  730.       object Enregistrersous1: TMenuItem
  731.         Action = DM_metier.Act_enregistrer_sous
  732.       end
  733.       object Regrouperetenregistrer1: TMenuItem
  734.         Action = DM_metier.Act_relatif
  735.       end
  736.       object N9: TMenuItem
  737.         Caption = '-'
  738.         Visible = False
  739.       end
  740.       object Imprimer1: TMenuItem
  741.         Caption = 'Im&primer'
  742.         ImageIndex = 26
  743.         ShortCut = 16464
  744.         Visible = False
  745.       end
  746.       object N12: TMenuItem
  747.         Caption = '-'
  748.         Visible = False
  749.       end
  750.       object Importer1: TMenuItem
  751.         Action = DM_metier.Act_importer_donnees
  752.       end
  753.       object Actexporterdonnees1: TMenuItem
  754.         Action = DM_metier.Act_exporter_donnees
  755.       end
  756.       object Fusionner1: TMenuItem
  757.         Action = DM_metier.Act_fusionner
  758.       end
  759.       object Extraction1: TMenuItem
  760.         Action = DM_metier.Act_extraction
  761.       end
  762.       object N3: TMenuItem
  763.         Caption = '-'
  764.         Visible = False
  765.       end
  766.       object Quitterdfinitivement1: TMenuItem
  767.         Action = DM_metier.Act_quitter_definitivement
  768.       end
  769.     end
  770.     object Menu_principal_Rapports1: TMenuItem
  771.       Caption = '&Rapports'
  772.       Hint = 'Commandes relatives aux rapports'
  773.       object MI_rapport_calendriers: TMenuItem
  774.         Caption = 'Rapport "Calendriers"'
  775.         Hint = 'Visualiser  / Imprimer les calendriers'
  776.         ImageIndex = 6
  777.         Visible = False
  778.         object SSMI_calendrier_courant: TMenuItem
  779.           Caption = 'calendrier courant'
  780.           Visible = False
  781.         end
  782.         object SSMI_select_calendrier: TMenuItem
  783.           Caption = 'select calendrier'
  784.           ImageIndex = 6
  785.         end
  786.       end
  787.       object MI_gestion_notes_et_activites: TMenuItem
  788.         Caption = 'Rapport "Notes et activit'#233's"'
  789.         Hint = 'Visualiser  / Imprimer toutes les activit'#233's'
  790.         ImageIndex = 6
  791.         Visible = False
  792.         object Actrapporttouslesnotes1: TMenuItem
  793.           Caption = 'Impression d'#233'taill'#233'e...'
  794.           Hint = 'Visualiser toutes les notes'
  795.           ImageIndex = 6
  796.           ShortCut = 49230
  797.         end
  798.         object ActRapportdtaill1: TMenuItem
  799.           Caption = 'Impression simplifi'#233'e (1 note = 1 ligne)...'
  800.           ImageIndex = 6
  801.         end
  802.         object N4: TMenuItem
  803.           Caption = '-'
  804.         end
  805.         object VisualiserImprimercalendrier1: TMenuItem
  806.           Caption = 'Selection de Notes et activit'#233's...'
  807.           ImageIndex = 6
  808.           Visible = False
  809.         end
  810.       end
  811.       object MI_Gestion_des_contacts: TMenuItem
  812.         Caption = 'Rapport "Contacts"'
  813.         ImageIndex = 6
  814.         Visible = False
  815.         object Rapportindividu1: TMenuItem
  816.           Caption = 'Tous les individus'
  817.           Hint = 'Visualiser toutes les individus'
  818.           ImageIndex = 6
  819.           Visible = False
  820.         end
  821.         object Rapportsurlessocits1: TMenuItem
  822.           Caption = 'Toutes les soci'#233't'#233's'
  823.           Hint = 'Act_visu_rapport_societe'
  824.           ImageIndex = 6
  825.           Visible = False
  826.         end
  827.         object Actvisurapportindividuprivate1: TMenuItem
  828.           Caption = 'Act_visu_rapport_individus_detailles'
  829.           ImageIndex = 6
  830.         end
  831.       end
  832.       object MI_gestion_Gestion_des_documents: TMenuItem
  833.         Caption = 'Rapport "Documents"'
  834.         ImageIndex = 6
  835.         Visible = False
  836.         object Touslesdocuments1: TMenuItem
  837.           Caption = 'TOUS les documents'
  838.           ImageIndex = 6
  839.           Visible = False
  840.         end
  841.         object MI_facture: TMenuItem
  842.           Caption = 'MI_facture'
  843.         end
  844.       end
  845.     end
  846.     object Menu_principal_outils: TMenuItem
  847.       Caption = '&Outils'
  848.       Hint = 'Commandes relatives au fen'#234'tres'
  849.       object Optionsdenvironnement1: TMenuItem
  850.         Action = DM_metier.Act_options
  851.       end
  852.       object c1: TMenuItem
  853.         Action = Act_regles_de_gestion
  854.       end
  855.       object Statistiques1: TMenuItem
  856.         Action = DM_metier.Act_statistiques
  857.       end
  858.       object Fonctionnalits1: TMenuItem
  859.         Caption = 'Fonctionnalit'#233's'
  860.         Visible = False
  861.         object Changerlefonddelapplication1: TMenuItem
  862.           Caption = 'Changer le fond de l'#39'application'
  863.           Hint = 'Pour changer le fond '
  864.         end
  865.         object AjoutSupprimerfond2: TMenuItem
  866.           Caption = 'Ajout/Supprimer fond'
  867.           Checked = True
  868.         end
  869.       end
  870.       object Zoom1: TMenuItem
  871.         Caption = 'Zoom Plein Ecran'
  872.         ImageIndex = 23
  873.         Visible = False
  874.         OnClick = Zoom1Click
  875.       end
  876.       object ModifierlemotdepasseAdministrateur1: TMenuItem
  877.         Action = DM_metier.Act_modifier_password_admin
  878.       end
  879.       object N6: TMenuItem
  880.         Caption = '-'
  881.       end
  882.       object Calculatrice1: TMenuItem
  883.         Action = DM_metier.Act_calculatrice_temporelle
  884.       end
  885.       object Calculatrice3: TMenuItem
  886.         Action = DM_metier.Act_calculatrice_windows
  887.       end
  888.       object abledecaractres2: TMenuItem
  889.         Action = DM_metier.Act_charmap
  890.       end
  891.       object debugg: TMenuItem
  892.         Caption = 'Act_test'
  893.         Visible = False
  894.       end
  895.       object Acttest1: TMenuItem
  896.         Caption = 'Act_debug'
  897.         Visible = False
  898.       end
  899.       object Gestiondutemps1: TMenuItem
  900.         Caption = 'Gestion du temps...'
  901.         ImageIndex = 43
  902.         Visible = False
  903.       end
  904.       object WindowCascadeItem: TMenuItem
  905.         Caption = '&Cascade'
  906.         Hint = 'Cascade'
  907.         Visible = False
  908.       end
  909.       object WindowTileItem: TMenuItem
  910.         Caption = 'Mosa'#239'que &horizontale'
  911.         Hint = 'Mosa'#239'que horizontale'
  912.         Visible = False
  913.       end
  914.       object WindowTileItem2: TMenuItem
  915.         Caption = 'Mosa'#239'que &verticale'
  916.         Hint = 'Mosa'#239'que verticale'
  917.         Visible = False
  918.       end
  919.       object WindowMinimizeItem: TMenuItem
  920.         Caption = '&Tout r'#233'duire'
  921.         Hint = 'Tout r'#233'duire'
  922.         Visible = False
  923.       end
  924.       object WindowArrangeItem: TMenuItem
  925.         Caption = 'Tout r'#233'&organiser'
  926.         Hint = 'Tout r'#233'organiser'
  927.         Visible = False
  928.       end
  929.       object N14: TMenuItem
  930.         Caption = '-'
  931.       end
  932.       object Configurerlesoutils1: TMenuItem
  933.         Action = DM_metier.Act_configurer_outils
  934.       end
  935.       object N15: TMenuItem
  936.         Caption = '-'
  937.       end
  938.     end
  939.     object Affichage1: TMenuItem
  940.       Caption = 'Affichage'
  941.       Visible = False
  942.     end
  943.     object Fentres1: TMenuItem
  944.       Caption = 'F&en'#234'tres'
  945.       Visible = False
  946.       object ActmailMTG1: TMenuItem
  947.         Action = Act_mail_MTG
  948.       end
  949.       object ConstructeurdeModles1: TMenuItem
  950.         Action = Act_constructeur_de_modele
  951.       end
  952.       object ConstructeurdeRequtes1: TMenuItem
  953.         Action = Act_constructeur_de_requete
  954.       end
  955.       object Fenetreinput1: TMenuItem
  956.         Action = Act_fenetre_donnees
  957.       end
  958.       object AssistantGestiondeladuredesactivits1: TMenuItem
  959.         Action = Act_assistant_klibre
  960.       end
  961.       object Gestiondeslieux1: TMenuItem
  962.         Action = DM_metier.Act_gestion_des_lieux
  963.       end
  964.       object Actgestionworkflow1: TMenuItem
  965.         Action = DM_metier.Act_gestion_workflow
  966.       end
  967.     end
  968.     object Menu_principal_aide: TMenuItem
  969.       Caption = '&?'
  970.       Hint = 'Menu aide'
  971.       object Aide1: TMenuItem
  972.         Action = DM_metier.Act_aide_en_ligne
  973.       end
  974.       object N11: TMenuItem
  975.         Caption = '-'
  976.       end
  977.       object Vossuggestions1: TMenuItem
  978.         Action = DM_metier.Act_suggestions
  979.       end
  980.       object Actvoterpourkplan1: TMenuItem
  981.         Action = Act_voter_pour_kplan
  982.       end
  983.       object SoumettreunBUG1: TMenuItem
  984.         Action = DM_metier.Act_rapporter_BUG
  985.       end
  986.       object N13: TMenuItem
  987.         Caption = '-'
  988.       end
  989.       object La1: TMenuItem
  990.         Action = DM_metier.Act_page_du_produit
  991.         Caption = 'Page sur le Web du produit'
  992.       end
  993.       object KplanPERSOgratuit1: TMenuItem
  994.         Action = Act_kplan_perso
  995.       end
  996.       object KplanPLUSpayant1: TMenuItem
  997.         Action = Act_kplan_plus
  998.       end
  999.       object acheterKplanPLUS1: TMenuItem
  1000.         Action = Act_acheter_kplan_plus
  1001.       end
  1002.       object N8: TMenuItem
  1003.         Caption = '-'
  1004.       end
  1005.       object LicenceNoto1: TMenuItem
  1006.         Action = Act_licence
  1007.       end
  1008.       object Apropos1: TMenuItem
  1009.         Action = Act_a_propos
  1010.       end
  1011.     end
  1012.   end
  1013.   object ApplicationEvents1: TApplicationEvents
  1014.     OnActionExecute = ApplicationEvents1ActionExecute
  1015.     OnActivate = ApplicationEvents1Activate
  1016.     OnException = ApplicationEvents1Exception
  1017.     OnMessage = ApplicationEvents1Message
  1018.     OnRestore = ApplicationEvents1Restore
  1019.     OnSettingChange = ApplicationEvents1SettingChange
  1020.     Left = 518
  1021.     Top = 168
  1022.   end
  1023.   object PM_poubelle: TPopupMenu
  1024.     OwnerDraw = True
  1025.     Left = 382
  1026.     Top = 136
  1027.     object Viderpoubelledesactivits1: TMenuItem
  1028.       Action = DM_metier.Act_vider_poubelle_activites
  1029.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  1030.       OnMeasureItem = MainmenuMeasureItem
  1031.     end
  1032.     object Viderpoubelledesactivits3: TMenuItem
  1033.       Action = DM_metier.Act_vider_poubelle_contacts
  1034.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  1035.       OnMeasureItem = MainmenuMeasureItem
  1036.     end
  1037.     object Viderpoubelledesactivits2: TMenuItem
  1038.       Action = DM_metier.Act_vider_poubelle_documents
  1039.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  1040.       OnMeasureItem = MainmenuMeasureItem
  1041.     end
  1042.     object Viderpoubelledesressources1: TMenuItem
  1043.       Action = DM_metier.Act_vider_poubelle_ressources
  1044.       OnAdvancedDrawItem = MainMenuAdvancedDrawItem
  1045.       OnMeasureItem = MainmenuMeasureItem
  1046.     end
  1047.   end
  1048. end
  1049.